object Form_Para: TForm_Para Left = 254 Top = 310 ActiveControl = RB_Align BorderStyle = bsDialog Caption = 'Paragraph properties' ClientHeight = 197 ClientWidth = 357 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Button_OK: TButton Left = 10 Top = 167 Width = 75 Height = 25 Hint = 'Accept changes and close dialog box' Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = Button_OKClick end object Button_Cancel: TButton Left = 90 Top = 167 Width = 75 Height = 25 Hint = 'Discard changes and close dialog box' Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object GroupBox1: TGroupBox Left = 5 Top = 50 Width = 221 Height = 106 Caption = ' Spacing ' TabOrder = 1 object Label4: TLabel Left = 15 Top = 20 Width = 63 Height = 13 Caption = 'Line &spacing:' FocusControl = Combo_Spc end object Label5: TLabel Left = 15 Top = 80 Width = 59 Height = 13 Caption = 'S&pace After:' FocusControl = Spin_SpcAft end object Label6: TLabel Left = 15 Top = 50 Width = 68 Height = 13 Caption = 'Space B&efore:' FocusControl = Spin_SpcBef end object Combo_Spc: TComboBox Left = 90 Top = 15 Width = 106 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Single' 'One and a Half' 'Double') TabOrder = 0 end object Spin_SpcBef: TSpinEdit Left = 90 Top = 45 Width = 61 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 OnChange = Spin_SpcBefChange end object Spin_SpcAft: TSpinEdit Left = 90 Top = 75 Width = 61 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 OnChange = Spin_SpcBefChange end end object RB_Align: TRadioGroup Left = 5 Top = 5 Width = 221 Height = 41 Caption = ' &Alignment ' Columns = 4 ItemIndex = 0 Items.Strings = ( 'Left' 'Center' 'Right' 'Full') TabOrder = 0 end object GroupBox2: TGroupBox Left = 230 Top = 5 Width = 121 Height = 151 Caption = ' Indent ' TabOrder = 2 object Label3: TLabel Left = 15 Top = 80 Width = 28 Height = 13 Caption = '&Right:' FocusControl = Spin_Right end object Label2: TLabel Left = 15 Top = 50 Width = 21 Height = 13 Caption = '&Left:' FocusControl = Spin_Left end object Label1: TLabel Left = 15 Top = 20 Width = 22 Height = 13 Caption = '&First:' FocusControl = Spin_First end object Bevel1: TBevel Left = 10 Top = 100 Width = 101 Height = 5 Shape = bsBottomLine end object Spin_First: TSpinEdit Left = 50 Top = 15 Width = 61 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 OnChange = Spin_SpcBefChange end object Spin_Left: TSpinEdit Left = 50 Top = 45 Width = 61 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 OnChange = Spin_SpcBefChange end object Spin_Right: TSpinEdit Left = 50 Top = 75 Width = 61 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 OnChange = Spin_SpcBefChange end object CB_Bullets: TCheckBox Left = 15 Top = 109 Width = 91 Height = 17 Caption = '&Bulleted list' TabOrder = 3 OnClick = CB_BulletsClick end object CB_Numbers: TCheckBox Left = 15 Top = 129 Width = 91 Height = 17 Caption = '&Numbered list' TabOrder = 4 OnClick = CB_NumbersClick end end object FormPlacement: TFormPlacement IniSection = 'ParaDlg' Options = [fpPosition] UseRegistry = True Left = 240 Top = 165 end end